From: Wei Liu Date: Thu, 23 Feb 2017 18:21:52 +0000 (+0000) Subject: xl: remove accidentally committed hunk from Makefile X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2672 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=27944a4f587df59afd39a4ef7d794bdc1ab675bc;p=xen.git xl: remove accidentally committed hunk from Makefile It was never intended to be committed. Lucky the high level Makefile was correct so it didn't cause us problem when building xl. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/tools/xl/Makefile b/tools/xl/Makefile index d4b862c9b9..32dff40584 100644 --- a/tools/xl/Makefile +++ b/tools/xl/Makefile @@ -20,12 +20,6 @@ $(XL_OBJS): CFLAGS += $(CFLAGS_libxentoollog) $(XL_OBJS): CFLAGS += $(CFLAGS_XL) $(XL_OBJS): CFLAGS += -include $(XEN_ROOT)/tools/config.h # libxl_json.h needs it. -# libxenlight should be built before building xl -.PHONY: libxl -libxl: - $(MAKE) -C $(XEN_ROOT)/tools/libxl -$(XL_OBJS): libxl - .PHONY: all all: xl